home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / science / vpcalc23.zip / WHATFOR < prev    next >
Text File  |  1993-10-15  |  3KB  |  61 lines

  1.  
  2.      ╔═══════════════════════════════════════════════════════════════════╗
  3.      ║      VPCalc - Variable Precision floating decimal calculator      ║
  4.      ║         Version 2.30, last revised: 1993-10-15, 1600 hours        ║
  5.      ║         Copyright (c) 1981-1993 by author: Harry J. Smith,        ║
  6.      ║   19628 Via Monte Dr., Saratoga, CA 95070.  All rights reserved.  ║
  7.      ╚═══════════════════════════════════════════════════════════════════╝
  8.  
  9.  
  10. VPCalc is a calculator program with the following features:
  11.  
  12.     Variable precision to thousands of decimal places
  13.     Transcendental functions
  14.     Hyperbolic functions
  15.     Greatest Common Divisor function
  16.     Boolean functions
  17.     Random number generator
  18.     Algebraic notation (not reverse polish)
  19.     If-then-else statement
  20.     Goto statement
  21.     Can run VPCalc code from file
  22.     Hot Help from F1 key
  23.     Written in Object-Oriented Turbo Pascal 5.5/6.0
  24.         Recommended by Dr. Clifford A. Pickover's in his books
  25.         COMPUTERS AND THE IMAGINATION page 380, and
  26.         MAZES FOR THE MIND pages 388 and 412.
  27.  
  28.  
  29. File name    | What it is for (Files on distribution disk)
  30. -------------|------------------------------------------------------------------
  31. !       .    | Information on version
  32. AutoExec.VPC | VPCalc startup commands file
  33. B       .VPC | VPCalc code file sets up a = -Big, b = Big, c = Small, d = -Small
  34. B       .VPN | Big constant, can be read by VPCalc I command
  35. Code    .VPC | VPCalc code file to test VPCalc's J command
  36. Code2   .VPC | VPCalc code file to test VPCalc's J command
  37. e       .VPC | VPCalc code file, computes e to over 10000 decimal digits
  38. e       .VPN | Constant e, can be read by VPCalc I command
  39. Echo    .VPC | VPCalc code file to test Echo, Rem and Pause commands
  40. Fac     .VPC | VPCalc code file, tests code file processing by computing N!
  41. FastFib .VPC | VPCalc code file, computes Fibonacci numbers using a fast formula
  42. Go      .Bat | Execute this if you forget all else
  43. Ln10    .VPC | VPCalc code file, computes Ln(10) to over 10000 decimal digits
  44. Ln10    .VPN | Constant Log base e of 10, required by VPCalc.Exe
  45. Ln2     .VPN | Constant Log base e of 2, can be read by VPCalc I command
  46. LogE    .VPN | Constant Log base 10 of e, can be read by VPCalc I command
  47. N!      .VPC | VPCalc code file computes an approximation to N! for large N
  48. Pi      .VPN | Constant Pi to  10003 decimal places, required by VPCalc.Exe
  49. READ-ME .    | Information for legal ownership
  50. Test    .VPC | VPCalc code file, tests GoTo and GoUpTo label
  51. VPCalc  .Doc | Online documentation for VPCalc
  52. VPCalc  .Exe | Variable Precision floating decimal calculator
  53. VPCalc  .Ico | MS Windows icon for VPCalc
  54. VPCalc  .PIF | MS Windows PIF file for VPCalc
  55. WhatFor .    | This file, volume table of contents for the operational disk
  56. WriteFac.Bat | DOS batch file to run WriteFac.VPC
  57. WriteFac.VPC | VPCalc code file, tests the Write and WriteLn Procedures of
  58.              |   VPCalc by printing a table of factorials
  59.  
  60. End of file
  61.